projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4717348
)
arm: mx6: Add UART8 base address for i.MX6UL
author
Stefan Roese
<
[email protected]
>
Wed, 10 Feb 2016 10:41:25 +0000
(11:41 +0100)
committer
Stefano Babic
<
[email protected]
>
Sat, 26 Mar 2016 13:16:12 +0000
(14:16 +0100)
Add the base address for the i.MX6UL so that this UART can be used.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Ye Li <
[email protected]
>
Cc: Fabio Estevam <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
arch/arm/include/asm/arch-mx6/imx-regs.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx6/imx-regs.h
b/arch/arm/include/asm/arch-mx6/imx-regs.h
index f3c26dc6e6ea1c7b70a29059bce16844707960fd..53488bef552683f6d231763f004ed4d18fb1b8dd 100644
(file)
--- a/
arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/
arch/arm/include/asm/arch-mx6/imx-regs.h
@@
-162,6
+162,7
@@
#endif
#define UART1_BASE (ATZ1_BASE_ADDR + 0x20000)
#define ESAI1_BASE_ADDR (ATZ1_BASE_ADDR + 0x24000)
+#define UART8_BASE (ATZ1_BASE_ADDR + 0x24000)
#define SSI1_BASE_ADDR (ATZ1_BASE_ADDR + 0x28000)
#define SSI2_BASE_ADDR (ATZ1_BASE_ADDR + 0x2C000)
#define SSI3_BASE_ADDR (ATZ1_BASE_ADDR + 0x30000)